[IA64] MCA: Avoid calling xmcalloc from interrupt handler
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 13 Feb 2009 01:56:01 +0000 (10:56 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 13 Feb 2009 01:56:01 +0000 (10:56 +0900)
commitcb5985adb8c977e7bc8af991bcf327974c4936f8
tree63f84d0a2efe38cd3773e9c2722293c1f4b79c07
parentc9dc47de1aa27ddc17a7195b16e688f3d5476eac
[IA64] MCA: Avoid calling xmcalloc from interrupt handler

This patch fixes to avoid calling xmalloc() from the interrupt handler.
Calling xmalloc() with interrupt disabled triggers the following
BUG_ON().
> (XEN) Xen BUG at xmalloc_tlsf.c:548

Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
xen/arch/ia64/linux-xen/mca.c
xen/arch/ia64/xen/fw_emul.c